-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure that WithParams keeps the transport #15421
Ensure that WithParams keeps the transport #15421
Conversation
Not having a transport means we get crash here which we should avoid. Signed-off-by: Dirkjan Bussink <[email protected]>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15421 +/- ##
==========================================
+ Coverage 65.72% 65.74% +0.01%
==========================================
Files 1563 1563
Lines 194027 194027
==========================================
+ Hits 127529 127559 +30
+ Misses 66498 66468 -30 ☔ View full report in Codecov by Sentry. |
Backporting this to v19 as the bug was found on the |
Signed-off-by: Dirkjan Bussink <[email protected]>
…15422) Signed-off-by: Dirkjan Bussink <[email protected]> Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com>
Hello, has the image for this fix already release, because I tried today to update to v19.0.0 using |
No, the 19.0.0 image is for the 19.0.0 release as far as I understand. The fix will be in the 20.0-dev images and the 19.0.1 image when it is released in the future. |
I see. Hope a 19.0.1 version will be released soon with this fix because our backup system does not work anymore since the update. |
Not having a transport means we get crash here which we should avoid.
Related Issue(s)
Fixes #15419
Checklist